Click or drag to resize

Attachment Class

Class Attachment.
Inheritance Hierarchy
SystemObject
  Independentsoft.Email.MimeAttachment

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Attachment

The Attachment type exposes the following members.

Constructors
  NameDescription
Public methodAttachment
Initializes a new instance of the Attachment class.
Public methodAttachment(Byte)
Initializes a new instance of the Attachment class.
Public methodAttachment(Stream)
Initializes a new instance of the Attachment class.
Public methodAttachment(String)
Initializes a new instance of the Attachment class.
Public methodAttachment(Byte, String)
Initializes a new instance of the Attachment class.
Public methodAttachment(Stream, String)
Initializes a new instance of the Attachment class.
Top
Properties
  NameDescription
Public propertyContentDescription
Gets or sets the content description.
Public propertyContentDisposition
Gets or sets the content disposition.
Public propertyContentID
Gets or sets the content identifier.
Public propertyContentLocation
Gets or sets the content location.
Public propertyContentType
Gets or sets the type of the content.
Public propertyName
Gets or sets the name.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Gets the bytes.
Public methodGetFileName
Gets the name of the file.
Public methodGetHashCode (Inherited from Object.)
Public methodGetStream
Gets the stream.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen
Public methodSave(Stream)
Saves the specified stream.
Public methodSave(String)
Saves this message to the specified file.
Public methodSave(String, Boolean)
Saves this message to the specified file.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also